From: Richard M. Stallman Date: Sun, 9 Jun 1996 20:14:44 +0000 (+0000) Subject: (DONT_REOPEN_PTY): New definition. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~83704 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b68f1a63fe249a5f5dc182d869625971838ddbd9;p=emacs.git (DONT_REOPEN_PTY): New definition. --- diff --git a/src/s/freebsd.h b/src/s/freebsd.h index 9a32b9bf57d..ecfa869593f 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -92,3 +92,8 @@ /* Needed to avoid hanging when child process writes an error message and exits -- enami tsugutomo . */ #define vfork fork + +/* Don't close pty in process.c to make it as controlling terminal. + It is already a controlling terminal of subprocess, because we did + ioctl TIOCSCTTY. */ +#define DONT_REOPEN_PTY